dotnetCHARTING Send comments on this topic.
Add(AxisTick[]) Method
See Also 
dotnetCHARTING Namespace > AxisTickCollection Class > Add Method : Add(AxisTick[]) Method


axisTickList
A list of AxisTick objects to add.
Adds the specified AxisTick objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray axisTickList() As AxisTick _
) 
Visual Basic (Usage)Copy Code
Dim instance As AxisTickCollection
Dim axisTickList() As AxisTick
 
instance.Add(axisTickList)
C# 
public void Add( 
   params AxisTick[] axisTickList
)

Parameters

axisTickList
A list of AxisTick objects to add.

See Also

© 2010 All Rights Reserved.